home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / SEARCH.DIR / 00094.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  209 b   |  12 lines

  1. on mouseDown
  2.   repeat with i = 11 to 18
  3.     set the visible of sprite i to 0
  4.   end repeat
  5.   repeat with i = 2 to 21
  6.     puppetSprite(i, 0)
  7.   end repeat
  8.   updateStage()
  9.   go("end")
  10.   go("fade", "quit.dir")
  11. end
  12.